home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
176-200
/
188
/
diffdir
/
makefile
< prev
next >
Wrap
Makefile
|
1995-03-13
|
296b
|
20 lines
# Makefile for DiffDir program
CFLAGS = -n
OBJ = DiffDir.o MRDates.o
DiffDir: $(OBJ)
ln -w -g -o DiffDir $(OBJ) -lc
clean:
delete (#?.o|#?.dbg)
SRC = DiffDir.c MRDates.h MRDates.c Makefile
BIN = DiffDir.DOC DiffDir Sample.Output
zoo: $(SRC) $(BIN)
zoo a DiffDir $(SRC) $(BIN)